projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71599f
)
(tex-delete-last-temp-files): Use file-name-sans-extensions.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jul 1998 22:41:48 +0000
(22:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jul 1998 22:41:48 +0000
(22:41 +0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 43447bcc7ab0e1bbd2c189e3299d54e7e1d24643..58b7f266fcb776284e04c8dcf8de0427c9c0b186 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-1045,7
+1045,9
@@
If NOT-ALL is non-nil, save the `.dvi' file."
(let* ((dir (file-name-directory tex-last-temp-file))
(list (and (file-directory-p dir)
(file-name-all-completions
- (file-name-nondirectory tex-last-temp-file) dir))))
+ (file-name-sans-extension
+ (file-name-nondirectory tex-last-temp-file))
+ dir))))
(while list
(if not-all
(and